home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / Creator Changer 1.0.3 / Code and Resource / Creator Changer.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-22  |  925 b   |  25 lines  |  [TEXT/KAHL]

  1. #define FALSE                0
  2. #define TRUE                1
  3. #define REMOVE_EVENTS        0
  4. #define NIL_PTR                0L
  5. #define IN_FRONT             (WindowPtr)-1L
  6. #define WNE_TRAP_NUM        0x60
  7. #define UNIMPL_TRAP_NUM        0x9F
  8. #define SLEEP_TICKS            0L
  9. #define MOUSE_REGION        0L
  10.  
  11. #define    CHNG_TYPE_DLOG_ID    128                //    The change dialog ID
  12. #define     CHNG_OK            1                //    The "OK" button ID
  13. #define     CHNG_CANCEL        2                //    The "Cancel Button ID
  14. #define     CHNG_FILE        3                //    The edit text file type ID
  15. #define     CHNG_CREATOR    4                //    The edit text creator type ID
  16.  
  17. #define    ABOUT_DLOG_ID        128                //    "About Creator Changer..." ID
  18. #define ERROR_ALERT            129                //    Error alert ID
  19.  
  20. #define    MAIN_MENU_BAR_ID    128                //    The menubar ID
  21. #define    APPLE_MENU_ID        128                //    The apple menu ID
  22. #define        A_ABOUT_ITEM    1                //    about creator changer menu ID
  23. #define    OPTIONS_MENU_ID        129                //    The options menu ID
  24. #define        O_OPEN_ITEM        1                //    open file menu item ID
  25. #define        O_QUIT_ITEM        2                //    quit menu item ID